JSONValue._length

Used only for the string.

  1. uint _length;
    struct JSONValue
    static if(size_t.sizeof == uint.sizeof)
    uint _length;
  2. ulong _length;

Meta